/*首页banner*/
.fullSlide {
	width: 1260px;
	height: 120px;
	margin: 0px auto;
	position: relative;
}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
.fullSlide .bd ul {width: 100%;}
.fullSlide .bd li {
	width: 100%;
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
	background-position: center top;
}
.fullSlide .bd li img{width: 100%;}
.fullSlide .bd li a {
	display: block;
	height: 100px;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0;
	height: 20px;
	line-height: 20px;
}
.fullSlide .hd ul {
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	border-radius: 10px;
	transition: width 0.5s, height 0.5s, background 0.5s, color 0.5s;
	-moz-transition: width 0.5s, height 0.5s, background 0.5s, color 0.5s; /* Firefox 4 */
	-webkit-transition: width 0.5s, height 0.5s, background 0.5s, color 0.5s; /* Safari and Chrome */
	-o-transition: width 0.5s, height 0.5s, background 0.5s, color 0.5s; /* Opera */
	display: inline-block;
	*display:inline;
	zoom: 1;
	width: 10px;
	height: 10px;
	margin: 6px;
	overflow: hidden;
	background: #fff;
	line-height: 999px;
}
.fullSlide .hd ul .on {
	background: #409eff;
	width: 30px;
}
.fullSlide .prev, .fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 5%;
	z-index: 1;
	width: 40px;
	height: 60px;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
	width: 73px;
	height: 73px;
}
.fullSlide .prev {background: url(../images/banleft.png) no-repeat;}
.fullSlide .next {
	left: auto;
	right: 5%;
	background: url(../images/banright.png) no-repeat;
}

/*/////////////////////*/


.fullSlide_news {
	width: 240px;
	height: 220px;
	margin: 20px auto 0;
	position: relative;
	padding-bottom: 20px;
}
.fullSlide_news .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
.fullSlide_news .bd ul {width: 100%;}
.fullSlide_news .bd li {
	width: 100%;
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
	background-position: center top;
}
.fullSlide_news .bd li img{width: 100%;}
.fullSlide_news .bd li a {
	display: block;
	height: 60px;
	padding-left: 25px;
	padding-right: 15px;
	color: #333;
	text-align: left;
	line-height: 20px;
	background: url(../images/icon_hot.png) no-repeat top left;
	background-size: 15px 15px;
	overflow:hidden;
}
.fullSlide_news .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 0;
	height: 20px;
	line-height: 20px;
}
.fullSlide_news .hd ul {
	text-align: center;
}
.fullSlide_news .hd ul li {
	cursor: pointer;
	border-radius: 10px;
	transition: width 0.5s, height 0.5s, background 0.5s, color 0.5s;
	-moz-transition: width 0.5s, height 0.5s, background 0.5s, color 0.5s; /* Firefox 4 */
	-webkit-transition: width 0.5s, height 0.5s, background 0.5s, color 0.5s; /* Safari and Chrome */
	-o-transition: width 0.5s, height 0.5s, background 0.5s, color 0.5s; /* Opera */
	display: inline-block;
	*display:inline;
	zoom: 1;
	width: 10px;
	height: 10px;
	margin: 6px;
	overflow: hidden;
	background: #ddd;
	line-height: 999px;
}
.fullSlide_news .hd ul .on {
	background: #409eff;
	width: 30px;
}
.fullSlide_news .prev, .fullSlide_news .next {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 5%;
	z-index: 1;
	width: 20px;
	height: 20px;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.fullSlide_news .prev {background: url(../images/banleft.png) no-repeat center;}
.fullSlide_news .next {
	left: auto;
	right: 5%;
	background: url(../images/banright.png) no-repeat center;
}


/*广告位*/
.fullSlide_ggw {
	width: 960px;
	height: auto;
	margin: 50px 0 0;
	position: relative;
}
.fullSlide_ggw .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
.fullSlide_ggw .bd ul {width: 100%;}
.fullSlide_ggw .bd li {
	width: 100%;
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
	background-position: center top;
}
.fullSlide_ggw .bd li img{width: 100%;height:auto;}
.fullSlide_ggw .bd li a {
	display: block;
	height: 100px;
}
.fullSlide_ggw .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0;
	height: 20px;
	line-height: 20px;
}
.fullSlide_ggw .hd ul {
	text-align: center;
}
.fullSlide_ggw .hd ul li {
	cursor: pointer;
	border-radius: 10px;
	transition: width 0.5s, height 0.5s, background 0.5s, color 0.5s;
	-moz-transition: width 0.5s, height 0.5s, background 0.5s, color 0.5s; /* Firefox 4 */
	-webkit-transition: width 0.5s, height 0.5s, background 0.5s, color 0.5s; /* Safari and Chrome */
	-o-transition: width 0.5s, height 0.5s, background 0.5s, color 0.5s; /* Opera */
	display: inline-block;
	*display:inline;
	zoom: 1;
	width: 10px;
	height: 10px;
	margin: 6px;
	overflow: hidden;
	background: #fff;
	line-height: 999px;
}
.fullSlide_ggw .hd ul .on {
	background: #409eff;
	width: 30px;
}
.fullSlide_ggw .prev, .fullSlide_ggw .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 5%;
	z-index: 1;
	width: 40px;
	height: 60px;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
	width: 73px;
	height: 73px;
}
.fullSlide_ggw .prev {background: url(../images/banleft.png) no-repeat;}
.fullSlide_ggw .next {
	left: auto;
	right: 5%;
	background: url(../images/banright.png) no-repeat;
}